\(\int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx\) [126]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (warning: unable to verify)
   Maple [B] (verified)
   Fricas [C] (verification not implemented)
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 31, antiderivative size = 70 \[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\frac {2 a (A+B) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 a (3 A+B) \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{3 d}+\frac {2 a B \sqrt {\cos (c+d x)} \sin (c+d x)}{3 d} \]

[Out]

2*a*(A+B)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticE(sin(1/2*d*x+1/2*c),2^(1/2))/d+2/3*a*(3*A+B
)*(cos(1/2*d*x+1/2*c)^2)^(1/2)/cos(1/2*d*x+1/2*c)*EllipticF(sin(1/2*d*x+1/2*c),2^(1/2))/d+2/3*a*B*sin(d*x+c)*c
os(d*x+c)^(1/2)/d

Rubi [A] (verified)

Time = 0.21 (sec) , antiderivative size = 70, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.161, Rules used = {3047, 3102, 2827, 2720, 2719} \[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\frac {2 a (3 A+B) \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{3 d}+\frac {2 a (A+B) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 a B \sin (c+d x) \sqrt {\cos (c+d x)}}{3 d} \]

[In]

Int[((a + a*Cos[c + d*x])*(A + B*Cos[c + d*x]))/Sqrt[Cos[c + d*x]],x]

[Out]

(2*a*(A + B)*EllipticE[(c + d*x)/2, 2])/d + (2*a*(3*A + B)*EllipticF[(c + d*x)/2, 2])/(3*d) + (2*a*B*Sqrt[Cos[
c + d*x]]*Sin[c + d*x])/(3*d)

Rule 2719

Int[Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticE[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ[{
c, d}, x]

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 2827

Int[((b_.)*sin[(e_.) + (f_.)*(x_)])^(m_)*((c_) + (d_.)*sin[(e_.) + (f_.)*(x_)]), x_Symbol] :> Dist[c, Int[(b*S
in[e + f*x])^m, x], x] + Dist[d/b, Int[(b*Sin[e + f*x])^(m + 1), x], x] /; FreeQ[{b, c, d, e, f, m}, x]

Rule 3047

Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((A_.) + (B_.)*sin[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*sin[(
e_.) + (f_.)*(x_)]), x_Symbol] :> Int[(a + b*Sin[e + f*x])^m*(A*c + (B*c + A*d)*Sin[e + f*x] + B*d*Sin[e + f*x
]^2), x] /; FreeQ[{a, b, c, d, e, f, A, B, m}, x] && NeQ[b*c - a*d, 0]

Rule 3102

Int[((a_.) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*((A_.) + (B_.)*sin[(e_.) + (f_.)*(x_)] + (C_.)*sin[(e_.) + (
f_.)*(x_)]^2), x_Symbol] :> Simp[(-C)*Cos[e + f*x]*((a + b*Sin[e + f*x])^(m + 1)/(b*f*(m + 2))), x] + Dist[1/(
b*(m + 2)), Int[(a + b*Sin[e + f*x])^m*Simp[A*b*(m + 2) + b*C*(m + 1) + (b*B*(m + 2) - a*C)*Sin[e + f*x], x],
x], x] /; FreeQ[{a, b, e, f, A, B, C, m}, x] &&  !LtQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = \int \frac {a A+(a A+a B) \cos (c+d x)+a B \cos ^2(c+d x)}{\sqrt {\cos (c+d x)}} \, dx \\ & = \frac {2 a B \sqrt {\cos (c+d x)} \sin (c+d x)}{3 d}+\frac {2}{3} \int \frac {\frac {1}{2} a (3 A+B)+\frac {3}{2} a (A+B) \cos (c+d x)}{\sqrt {\cos (c+d x)}} \, dx \\ & = \frac {2 a B \sqrt {\cos (c+d x)} \sin (c+d x)}{3 d}+(a (A+B)) \int \sqrt {\cos (c+d x)} \, dx+\frac {1}{3} (a (3 A+B)) \int \frac {1}{\sqrt {\cos (c+d x)}} \, dx \\ & = \frac {2 a (A+B) E\left (\left .\frac {1}{2} (c+d x)\right |2\right )}{d}+\frac {2 a (3 A+B) \operatorname {EllipticF}\left (\frac {1}{2} (c+d x),2\right )}{3 d}+\frac {2 a B \sqrt {\cos (c+d x)} \sin (c+d x)}{3 d} \\ \end{align*}

Mathematica [C] (warning: unable to verify)

Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.

Time = 4.62 (sec) , antiderivative size = 309, normalized size of antiderivative = 4.41 \[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\frac {a (1+\cos (c+d x)) \sec ^2\left (\frac {1}{2} (c+d x)\right ) \left (-6 (A+B) \, _2F_1\left (-\frac {1}{2},-\frac {1}{4};\frac {3}{4};\cos ^2(d x+\arctan (\tan (c)))\right ) \sec (c) \sin (d x+\arctan (\tan (c)))+\left (9 (A+B) \cos (c-d x-\arctan (\tan (c))) \csc (c) \sec (c)+3 A \cos (c+d x+\arctan (\tan (c))) \csc (c) \sec (c)+3 B \cos (c+d x+\arctan (\tan (c))) \csc (c) \sec (c)-12 A \cos (c+d x) \cot (c) \sqrt {\sec ^2(c)}-12 B \cos (c+d x) \cot (c) \sqrt {\sec ^2(c)}-4 (3 A+B) \cos (c+d x) \sqrt {\cos ^2(d x-\arctan (\cot (c)))} \sqrt {\csc ^2(c)} \, _2F_1\left (\frac {1}{4},\frac {1}{2};\frac {5}{4};\sin ^2(d x-\arctan (\cot (c)))\right ) \sqrt {\sec ^2(c)} \sec (d x-\arctan (\cot (c))) \sin (c)+4 B \cos (c+d x) \sqrt {\sec ^2(c)} \sin (c+d x)\right ) \sqrt {\sin ^2(d x+\arctan (\tan (c)))}\right )}{12 d \sqrt {\cos (c+d x)} \sqrt {\sec ^2(c)} \sqrt {\sin ^2(d x+\arctan (\tan (c)))}} \]

[In]

Integrate[((a + a*Cos[c + d*x])*(A + B*Cos[c + d*x]))/Sqrt[Cos[c + d*x]],x]

[Out]

(a*(1 + Cos[c + d*x])*Sec[(c + d*x)/2]^2*(-6*(A + B)*HypergeometricPFQ[{-1/2, -1/4}, {3/4}, Cos[d*x + ArcTan[T
an[c]]]^2]*Sec[c]*Sin[d*x + ArcTan[Tan[c]]] + (9*(A + B)*Cos[c - d*x - ArcTan[Tan[c]]]*Csc[c]*Sec[c] + 3*A*Cos
[c + d*x + ArcTan[Tan[c]]]*Csc[c]*Sec[c] + 3*B*Cos[c + d*x + ArcTan[Tan[c]]]*Csc[c]*Sec[c] - 12*A*Cos[c + d*x]
*Cot[c]*Sqrt[Sec[c]^2] - 12*B*Cos[c + d*x]*Cot[c]*Sqrt[Sec[c]^2] - 4*(3*A + B)*Cos[c + d*x]*Sqrt[Cos[d*x - Arc
Tan[Cot[c]]]^2]*Sqrt[Csc[c]^2]*HypergeometricPFQ[{1/4, 1/2}, {5/4}, Sin[d*x - ArcTan[Cot[c]]]^2]*Sqrt[Sec[c]^2
]*Sec[d*x - ArcTan[Cot[c]]]*Sin[c] + 4*B*Cos[c + d*x]*Sqrt[Sec[c]^2]*Sin[c + d*x])*Sqrt[Sin[d*x + ArcTan[Tan[c
]]]^2]))/(12*d*Sqrt[Cos[c + d*x]]*Sqrt[Sec[c]^2]*Sqrt[Sin[d*x + ArcTan[Tan[c]]]^2])

Maple [B] (verified)

Leaf count of result is larger than twice the leaf count of optimal. \(320\) vs. \(2(116)=232\).

Time = 6.46 (sec) , antiderivative size = 321, normalized size of antiderivative = 4.59

method result size
default \(-\frac {2 \sqrt {\left (2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}\, a \left (4 B \cos \left (\frac {d x}{2}+\frac {c}{2}\right ) \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+3 A \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, F\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-3 A \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, E\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-2 B \cos \left (\frac {d x}{2}+\frac {c}{2}\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+B \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, F\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )-3 B \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, E\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{3 \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, d}\) \(321\)
parts \(\frac {2 \left (a A +B a \right ) \sqrt {\left (2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}\, \sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {-2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+1}\, E\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )}{\sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, d}-\frac {2 B a \sqrt {\left (2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1\right ) \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}\, \left (4 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )-2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) \cos \left (\frac {d x}{2}+\frac {c}{2}\right )+\sqrt {\frac {1}{2}-\frac {\cos \left (d x +c \right )}{2}}\, \sqrt {2 \left (\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, F\left (\cos \left (\frac {d x}{2}+\frac {c}{2}\right ), \sqrt {2}\right )\right )}{3 \sqrt {-2 \left (\sin ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\sin ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}\, \sin \left (\frac {d x}{2}+\frac {c}{2}\right ) \sqrt {2 \left (\cos ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )-1}\, d}+\frac {2 a A \,\operatorname {am}^{-1}\left (\frac {d x}{2}+\frac {c}{2}| \sqrt {2}\right )}{d}\) \(340\)

[In]

int((a+cos(d*x+c)*a)*(A+B*cos(d*x+c))/cos(d*x+c)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-2/3*((2*cos(1/2*d*x+1/2*c)^2-1)*sin(1/2*d*x+1/2*c)^2)^(1/2)*a*(4*B*cos(1/2*d*x+1/2*c)*sin(1/2*d*x+1/2*c)^4+3*
A*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticF(cos(1/2*d*x+1/2*c),2^(1/2))-3*A*(sin
(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticE(cos(1/2*d*x+1/2*c),2^(1/2))-2*B*cos(1/2*d*
x+1/2*c)*sin(1/2*d*x+1/2*c)^2+B*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticF(cos(1/
2*d*x+1/2*c),2^(1/2))-3*B*(sin(1/2*d*x+1/2*c)^2)^(1/2)*(2*sin(1/2*d*x+1/2*c)^2-1)^(1/2)*EllipticE(cos(1/2*d*x+
1/2*c),2^(1/2)))/(-2*sin(1/2*d*x+1/2*c)^4+sin(1/2*d*x+1/2*c)^2)^(1/2)/sin(1/2*d*x+1/2*c)/(2*cos(1/2*d*x+1/2*c)
^2-1)^(1/2)/d

Fricas [C] (verification not implemented)

Result contains higher order function than in optimal. Order 9 vs. order 4.

Time = 0.11 (sec) , antiderivative size = 142, normalized size of antiderivative = 2.03 \[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\frac {2 \, B a \sqrt {\cos \left (d x + c\right )} \sin \left (d x + c\right ) - i \, \sqrt {2} {\left (3 \, A + B\right )} a {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right ) + i \, \sqrt {2} {\left (3 \, A + B\right )} a {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right ) + 3 i \, \sqrt {2} {\left (A + B\right )} a {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) + i \, \sin \left (d x + c\right )\right )\right ) - 3 i \, \sqrt {2} {\left (A + B\right )} a {\rm weierstrassZeta}\left (-4, 0, {\rm weierstrassPInverse}\left (-4, 0, \cos \left (d x + c\right ) - i \, \sin \left (d x + c\right )\right )\right )}{3 \, d} \]

[In]

integrate((a+a*cos(d*x+c))*(A+B*cos(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="fricas")

[Out]

1/3*(2*B*a*sqrt(cos(d*x + c))*sin(d*x + c) - I*sqrt(2)*(3*A + B)*a*weierstrassPInverse(-4, 0, cos(d*x + c) + I
*sin(d*x + c)) + I*sqrt(2)*(3*A + B)*a*weierstrassPInverse(-4, 0, cos(d*x + c) - I*sin(d*x + c)) + 3*I*sqrt(2)
*(A + B)*a*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(d*x + c) + I*sin(d*x + c))) - 3*I*sqrt(2)*(A
+ B)*a*weierstrassZeta(-4, 0, weierstrassPInverse(-4, 0, cos(d*x + c) - I*sin(d*x + c))))/d

Sympy [F]

\[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=a \left (\int \frac {A}{\sqrt {\cos {\left (c + d x \right )}}}\, dx + \int A \sqrt {\cos {\left (c + d x \right )}}\, dx + \int B \sqrt {\cos {\left (c + d x \right )}}\, dx + \int B \cos ^{\frac {3}{2}}{\left (c + d x \right )}\, dx\right ) \]

[In]

integrate((a+a*cos(d*x+c))*(A+B*cos(d*x+c))/cos(d*x+c)**(1/2),x)

[Out]

a*(Integral(A/sqrt(cos(c + d*x)), x) + Integral(A*sqrt(cos(c + d*x)), x) + Integral(B*sqrt(cos(c + d*x)), x) +
 Integral(B*cos(c + d*x)**(3/2), x))

Maxima [F]

\[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\int { \frac {{\left (B \cos \left (d x + c\right ) + A\right )} {\left (a \cos \left (d x + c\right ) + a\right )}}{\sqrt {\cos \left (d x + c\right )}} \,d x } \]

[In]

integrate((a+a*cos(d*x+c))*(A+B*cos(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="maxima")

[Out]

integrate((B*cos(d*x + c) + A)*(a*cos(d*x + c) + a)/sqrt(cos(d*x + c)), x)

Giac [F]

\[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\int { \frac {{\left (B \cos \left (d x + c\right ) + A\right )} {\left (a \cos \left (d x + c\right ) + a\right )}}{\sqrt {\cos \left (d x + c\right )}} \,d x } \]

[In]

integrate((a+a*cos(d*x+c))*(A+B*cos(d*x+c))/cos(d*x+c)^(1/2),x, algorithm="giac")

[Out]

integrate((B*cos(d*x + c) + A)*(a*cos(d*x + c) + a)/sqrt(cos(d*x + c)), x)

Mupad [B] (verification not implemented)

Time = 0.67 (sec) , antiderivative size = 79, normalized size of antiderivative = 1.13 \[ \int \frac {(a+a \cos (c+d x)) (A+B \cos (c+d x))}{\sqrt {\cos (c+d x)}} \, dx=\frac {2\,B\,a\,\left (\sqrt {\cos \left (c+d\,x\right )}\,\sin \left (c+d\,x\right )+\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )\right )}{3\,d}+\frac {2\,B\,a\,\mathrm {E}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )}{d}+\frac {2\,A\,a\,\left (\mathrm {E}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )+\mathrm {F}\left (\frac {c}{2}+\frac {d\,x}{2}\middle |2\right )\right )}{d} \]

[In]

int(((A + B*cos(c + d*x))*(a + a*cos(c + d*x)))/cos(c + d*x)^(1/2),x)

[Out]

(2*B*a*(cos(c + d*x)^(1/2)*sin(c + d*x) + ellipticF(c/2 + (d*x)/2, 2)))/(3*d) + (2*B*a*ellipticE(c/2 + (d*x)/2
, 2))/d + (2*A*a*(ellipticE(c/2 + (d*x)/2, 2) + ellipticF(c/2 + (d*x)/2, 2)))/d